Request VM with bad & good input
open http://spws-dev.cis.fiu.edu/Senior-Project-Web-Site-Ver-5/
clickAndWait link=My Project
clickAndWait id=submitRequests
pause 300
type id=ram 1b4
click id=submitRequests
assertAlert RAM value: 1b4 must be numeric and greater than zero
store ${KEY_BACKSPACE} KEY_BACKSPACE
sendKeys id=ram ${KEY_BACKSPACE}
sendKeys id=ram ${KEY_BACKSPACE}
sendKeys id=ram ${KEY_BACKSPACE}
pause 300
type id=ram 1
type id=hdd dr
click id=submitRequests
assertAlert Storage value: dr must be numeric and greater than zero
sendKeys id=hdd ${KEY_BACKSPACE}
sendKeys id=hdd ${KEY_BACKSPACE}
type id=hdd 10
type id=qty 0
click id=submitRequests
assertAlert Number of Vms value: 0 must be numeric and greater than zero
sendKeys id=hdd ${KEY_BACKSPACE}
type id=qty 1
click id=submitRequests